home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Imagicians / RemoveIt (.txt) < prev    next >
Text File  |  1994-06-22  |  268b  |  12 lines

  1. #!/bin/csh -f
  2.  
  3. set MYAPP=Chances_Art
  4. set CD_PATH=$HOTMIXDIR/demos/Imagicians
  5.  
  6. cd $CD_PATH
  7. xwsh -holdonerror -bg royalblue -fg white \
  8.         -geom 90x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  9.         -title "Removing $MYAPP..." \
  10.         -e ./RemoveIt2
  11.  
  12.